Official MCP server for IdeaBob.com — AI-powered idea scoring, 9-dimension Opportunity Score, technical moat analysis, pressure testing, and competitor research for AI/LLM/startup ideas.
### Connection Details
- **URL**: `https://umxgvoxlxznnpdvkgnaj.supabase.co/functions/v1/mcp`
- **Type**: Remote HTTP / Supabase Edge Function
- **Auth**: Bearer token (users generate their own token on ideabob.com)
### Features / Tools
- `score_idea`
- `pressure_test`
- `validate_market_fit`
- `generate_competitor_analysis`
- etc.
### Website
https://ideabob.com
### Additional Info
Free tier available. Users must sign up at ideabob.com to get their personal token.
Server Config
{
"mcpServers": {
"ideabob": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://umxgvoxlxznnpdvkgnaj.supabase.co/functions/v1/mcp",
"--header",
"Authorization:Bearer idb_ecd02e98ac63ca9457db97381d39ee798c2a8147"
]
}
}
}